home *** CD-ROM | disk | FTP | other *** search
-
- On Thu, 19 Jan 1995, jason.wroe wrote:
-
- > Hi I am new on this Amos list so hopefully here goes:-
- >
- > Is it possible at all to replace the sad Amos error message which comes
- > up when you are:-
- >
- > 1) Write to disk that is not there?
- > 2) Load A file when disk is not in Df0: ?
-
- Hmm... maybe this would help, I'm not sure:
-
- If Exist("DF0:")
- ' load or save the file now
- Else
- Print "No disc in drive!"
- End If
-
- Petri Hakkinen
- mystic@tlti.tokem.fi
-
- >
- > 3) Save a file to a disk when write protected ?
- >
- > The on error level trapping doesnt seem to work with these errors and instead
- > of my very fancy error procedure executing a get the usual sad Amos Requester?
- >
- > I am working in Amos 1.35 so any suggestions must be workable with this.
- >
- > Thanks in advance for any help :)
- >
- >
- > _/ _/ _/ _/ _/ _/
- > _/ _/ _/ _/ _/
- > _/ _/ _/_/ _/
- > _/_/ _/ _/ _/
- >
- >
-
-
-